home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003a.iso / Top10Freeware / PL / GreatFamily 1.1 / GF_Setup.exe / AppDir\greatfamily.exe / 0 / RCDATA / TNOTE / TNOTE.txt
Encoding:
Text File  |  2002-04-04  |  904 b   |  49 lines

  1. object Note: TNote
  2.   Left = 193
  3.   Top = 286
  4.   BorderStyle = bsDialog
  5.   Caption = 'Note'
  6.   ClientHeight = 224
  7.   ClientWidth = 411
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Memo1: TMemo
  19.     Left = 8
  20.     Top = 8
  21.     Width = 393
  22.     Height = 177
  23.     Lines.Strings = (
  24.       'Memo1')
  25.     ScrollBars = ssVertical
  26.     TabOrder = 0
  27.   end
  28.   object Button1: TButton
  29.     Left = 248
  30.     Top = 192
  31.     Width = 75
  32.     Height = 25
  33.     Caption = '&OK'
  34.     Default = True
  35.     TabOrder = 1
  36.     OnClick = Button1Click
  37.   end
  38.   object Button2: TButton
  39.     Left = 328
  40.     Top = 192
  41.     Width = 75
  42.     Height = 25
  43.     Cancel = True
  44.     Caption = '&Cancel'
  45.     TabOrder = 2
  46.     OnClick = Button2Click
  47.   end
  48. end
  49.